window.BEIXF=function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=6)}([function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.headMeta={SDK:{name:"be:sdk"},SDK_TYPE:{name:"be:sdk_type"},TIMER:{name:"be:timer"},ORIG_URL:{name:"be:orig_url"},NORM_URL:{name:"be:norm_url"},CAPSULE_URL:{name:"be:capsule_url"},API_DT:{name:"be:api_dt"},MOD_DT:{name:"be:mod_dt"},MESSAGES:{name:"be:messages"},IS_SPA:{name:"be:is_spa"}},t.scriptClass={HEAD:{name:"be:head_script"},BODY:{name:"be:body_script"},COMMENT:{name:"be:comment_script"}},t.styleClass={LINK_STYLE:{name:"be:link_style"}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SDKUtils=void 0;var r=function(){function e(e,t){for(var n=0;n0)for(var h=0;h0?i+"//"+o+s+l+"?"+d.join("&"):i+"//"+o+s+l}},{key:"getParameterDictionaryFromUrl",value:function(e){return a.parse(e,!0).query}},{key:"overrideHostInURL",value:function(e,t){var n=t.split(":"),r=-1;2===n.length&&(t=n[0],r=n[1]);var o=a.parse(e,!0),i=o.protocol;return o.hostname=t,o.host=t,r>-1&&("http:"===i&&"80"===r||"https:"===i&&"443"===r||(o.port=r.toString(),o.host=o.host+":"+r)),a.format(o)}},{key:"overrideProtocolInURL",value:function(e,t){var n=a.parse(e,!0);return n.protocol=t+":",a.format(n)}},{key:"userAgentMatchesRegex",value:function(e,t){return new RegExp(t,"gi").test(e)}},{key:"isDaylightSavings",value:function(e,t,n){if(t<3||t>11)return!1;if(t>3&&t<11)return!0;var r=e-n;return 3===t?r>=8:r<=0}},{key:"convertToNormalizedGoogleIndexTimeZone",value:function(t,n){var r=new Date(t),o=-8,a=r.getTime()+6e4*r.getTimezoneOffset(),s=new Date(a+36e5*o);return e.isDaylightSavings(s.getDate(),s.getMonth()+1,s.getDay())&&(o=-7,s=new Date(a+36e5*o)),n+"y_"+s.getFullYear()+"; "+n+"m_"+i(s.getMonth()+1,2)+"; "+n+"d_"+i(s.getDate(),2)+"; "+n+"h_"+i(s.getHours(),2)+"; "+n+"mh_"+i(s.getMinutes(),2)+"; "+n+"_epoch:"+t}},{key:"convertToNormalizedTimeZone",value:function(t,n){var r=new Date(t),o=-8,a=r.getTime()+6e4*r.getTimezoneOffset(),i=new Date(a+36e5*o);return e.isDaylightSavings(i.getDate(),i.getMonth()+1,i.getDay())&&(o=-7,i=new Date(a+36e5*o)),n+"_tstr:"+i.toString()+"; "+n+"_epoch:"+t}},{key:"matchIncludeRules",value:function(e,t){for(var n=0;n/g,">").replace(/"/g,""")}},{key:"createCommentScript",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=document.createElement("script");n.type="be:comment";var r="\n /*\n";return r+=" "+e+"\n",r+="*/\n",n.innerHTML=r,n.classList.add(o.scriptClass.COMMENT.name),t?n.outerHTML:n}}]),e}()},function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Logger=t.logLevelConstants=void 0;var r=n(1),o=t.logLevelConstants={DEBUG:0,INFO:1,WARNING:2,ERROR:3,FATAL:4};t.Logger={debugMode:!1,logLevel:o.WARNING,initLogger:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:o.WARNING;isNaN(e)||(this.logLevel=e);var t=document.location.href,n=r.SDKUtils.getParameterDictionaryFromUrl(t);n["ixf-debug"]&&(this.debugMode=r.SDKUtils.getBooleanValue(n["ixf-debug"])),this.debugMode&&(this.logLevel=o.DEBUG)},log:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;t1&&void 0!==arguments[1]?arguments[1]:null;return this.log("[INFO] "+e,o.INFO,t)},debug:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;return this.log("[DEBUG] "+e,o.DEBUG,t)},warn:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;return this.log("[WARNING] "+e,o.WARNING,t)}}},function(e,t,n){(function(e,n){!function(){"use strict";var r,o,a,i,s,l,u,c,d,h,f,p,g,m,_=!0,v=!1,E=!1,b=[];function T(e){r=e;var t,n,T,A=!1;try{if(-1!==navigator.userAgent.indexOf("MSIE")||navigator.appVersion.indexOf("Trident/")>-1)return;if(o=document.getElementById("marvel"))A=o.getAttribute("data-testmode"),a=o.getAttribute("data-customerid"),f=o.getAttribute("data-opt");else{if(!r)return;A=e["data-testmode"],a=e["data-customerid"],f=e["data-opt"]}C("data-opt")&&(f=C("data-opt")),v=!1,(t=C("marvel-debug"))&&"true"==t&&(v=!0),A?(_=!1,(T=C("marvel-testpage"))&&"true"==T&&(_=!0)):(_=!0,(n=C("marvel-activate"))&&"false"==n&&(_=!1)),a?0==(a=a.trim()).length&&(_=!1):_=!1,v&&(N("marveltestmode="+A),N("marvel-testpage="+T),N("marvelopt="+f)),function(){var e,t,n,f,p,g,m=!1;o?(e=o.getAttribute("data-cname"),t=o.getAttribute("data-domain"),p=o.getAttribute("data-url"),m=o.getAttribute("data-ignoreselfdomain"),g=o.getAttribute("data-ignorepath"),n=o.getAttribute("data-unblockurl")):r&&(e=r["data-cname"],t=r["data-domain"],p=r["data-url"],m=r["data-ignoreselfdomain"],g=r["data-ignorepath"],n=r["data-unblockurl"]);m&&"true"==m&&(E=!0);g&&g.trim().length>0&&(b=b.concat(g.split(",")));(!e||e.trim().length<=0)&&(e="marvel-b1-cdn.bc0a.com");e=e.trim(),f=["adminblock"];var T=0;for(T=0;T0&&(t=t.toLowerCase(),i=i.concat(t.split(",")));E&&(i=i.concat([document.location.host]));u=e+"/"+a+"/",c=window.location.protocol+"//",h=window.location.host,d=window.location.pathname,s=["chrome-extension","adstream","/metric/","{{"],p&&p.trim().length>0&&(p=p.toLowerCase(),s=s.concat(p.split(",")));l=[],n&&n.trim().length>0&&(n=n.toLowerCase(),l=l.concat(n.split(",")));v&&(N("marvelversion=marvel-1.71.0"),N("marvelbeCDN="+u),N("marvelcustomerid="+a),N("marvelcname="+e),N("marvelblacklistcustomer="+f),N("marvelignoreselfdomain="+E),N("marveldatadomain="+t),N("marvelignoreDomain="+i),N("marveldataurl="+p),N("marvelurllist="+s),N("marveldataunblockurl="+n),N("marvelunblockurllist="+l),N("marvelprotocol="+c),N("marvelhost="+h),N("marvelpath="+d),N("marvelignorepath="+b))}();var I=0;for(I=0;I=0){_=!1;break}N("marvelactivate="+_),_&&(1==f?(m={childList:!0},(p=new MutationObserver(y)).observe(document.documentElement,m)):(g={childList:!0,subtree:!0,attributeFilter:["src","srcset","style"]},new MutationObserver(M).observe(document.documentElement,g)))}catch(e){N(e)}}function C(e){var t=RegExp("[?&]"+e+"=([^&]*)").exec(window.location.search);return t&&decodeURIComponent(t[1].replace(/\+/g," "))}function N(e){v&&console.log(e)}function A(e){if(!e)return!1;if(0==(e=e.trim()).length)return!1;if(e.length>500)return!1;if((e=e.toLowerCase()).indexOf(u)>0)return!1;if(e.indexOf(".svg")>=0||e.indexOf(".gif")>=0||e.indexOf(".mp4")>=0||e.indexOf(".webm")>=0||e.indexOf(".ogv")>=0)return!1;var t=function(e){var t=e,n=e.indexOf("//");if(n>=0){var r=(e=e.substring(n+2)).indexOf("/");return r>=0&&(t=e.substring(0,r)),"."+t}return document.location.host}(e);N("marvelgetdomain="+t);var n=0;for(n=0;n=0)return!0;var r=0;for(r=0;r=0)return!1;var o=0;for(o=0;o=0)return!1;return!0}function I(e){if(!e)return e;var t="",n=(e=e.trim()).toLowerCase();if(0==n.indexOf("http://"))t=e.substring(7);else if(0==n.indexOf("https://"))t=e.substring(8);else if(0==n.indexOf("//"))t=e.substring(2);else{if(0==n.indexOf("data:"))return"";0==(t=new URL(e,document.baseURI).href).indexOf("http://")?t=t.substring(7):0==t.indexOf("https://")&&(t=t.substring(8))}return c+u+t}function O(e){var t="";if(!e)return t;var n=(e=e.trim()).split(","),r=0;for(r=0;r=0){var o=n.indexOf("url",r);if(o<0)return t;var a=n.indexOf("(",o);if(a>0){var i=n.indexOf(")",o);if(i>0){var s=e.substring(a+1,i);if((s.startsWith("'")||s.startsWith('"'))&&(s=s.substring(1)),(s.endsWith("'")||s.endsWith('"'))&&(s=s.substring(0,s.length-1)),A(s)){var l=I(s);if(l&&l.trim().length>0&&s!=l)return l="'"+l+"'",t=e.substring(a+1,0)+l+e.substring(i)}}}}return t}function y(e){var t,n;for(n=0;n0)"body"==t.addedNodes[0].nodeName.toLowerCase()&&(v&&N("Body found"),p.disconnect(),g={childList:!0,subtree:!0,attributeFilter:["src","srcset","style"]},new MutationObserver(M).observe(t.addedNodes[0],g))}}function S(e){var t=e.nodeName.toLowerCase(),n=e.attributes;if("img"==t||"source"==t)for(s=0;s"+r),A(r)){var o=I(r);o&&o.trim().length>0&&o!=r&&(v&&N("Changing[node,"+t+","+l+"]==>"+o),n[s].nodeValue=o,"src"==l&&(e.setAttribute("be_marvel","1"),e.getAttribute("onerror")||e.setAttribute("onerror","this.onerror=null;this.src='"+r+"'")))}}else if("srcset"==l){var a=n[s].nodeValue;v&&N("Checking[node,"+t+",scrset]==>"+a),(c=O(a))&&c.trim().length>0&&a!=c&&(v&&N("Changing[node,"+t+",scrset]==>"+c),n[s].nodeValue=c,e.setAttribute("be_marvel","1"))}else if("style"==l){var i=n[s].nodeValue;v&&N("Checking[node,img/source,style]==>"+i),(u=L(i))&&u.trim().length>0&&i!=u&&(v&&N("Changing[node,img/source,style]==>"+u),n[s].nodeValue=u,e.setAttribute("be_marvel","1"))}}else if("div"==t||"section"==t||"article"==t||"figure"==t||"a"==t){var s;for(s=0;s"+i),(u=L(i))&&u.trim().length>0&&i!=u&&(v&&N("Changing[node,"+t+",style]==>"+u),n[s].nodeValue=u,e.setAttribute("be_marvel","1"))}else if("srcset"==l){var c;a=n[s].nodeValue;v&&N("Checking[node,"+t+",srcset]==>"+a),(c=O(a))&&c.trim().length>0&&a!=c&&(v&&N("Changing[node,"+t+",srcset]==>"+c),n[s].nodeValue=c,e.setAttribute("be_marvel","1"))}}}if(e.childNodes&&e.childNodes.length>0)for(var d=0;d"+r),A(r)){var o=I(r);o&&o.trim().length>0&&o!=r&&(v&&N("Changing[attribute,"+n+",src]==>"+o),e.src=o,e.setAttribute("be_marvel","1"),e.getAttribute("onerror")||e.setAttribute("onerror","this.onerror=null;this.src='"+r+"'"))}}if("srcset"==t){var a=e.getAttribute("srcset");v&&N("Checking[attribute,+"+n+"+,srcset]==>"+a);var i=O(a);i&&i.trim().length>0&&a!=i&&(v&&N("Changing[attribute,"+n+",srcset]==>"+i),e.setAttribute("srcset",i),e.setAttribute("be_marvel","1"))}}else if(("div"==n||"section"==n||"article"==n||"figure"==n||"a"==n)&&"style"==t){var s=e.getAttribute("style");v&&N("Checking[attribute,div,"+n+"]==>"+s);var l=L(s);l&&l.trim().length>0&&s!=l&&(v&&N("Changing[attribute,div,"+n+"]==>"+l),e.setAttribute("style",l),e.setAttribute("be_marvel","1"))}}function M(e){var t,n,r;for(r=0;r0&&"1"==t.addedNodes[0].nodeType?(n=t.addedNodes[0].getAttribute("be_marvel"))&&"1"==n||S(t.addedNodes[0]):"attributes"==t.type&&"1"==t.target.nodeType&&((n=t.target.getAttribute("be_marvel"))&&"1"==n||R(t.target,t.attributeName)))}var D="object"==typeof e&&e&&e.Object===Object&&e,U="object"==typeof self&&self&&self.Object===Object&&self,P=D||U||Function("return this")(),x=t&&!t.nodeType&&t,w=x&&"object"==typeof n&&n&&!n.nodeType&&n;w?((w.exports=T).enableMarvel=T,x.enableMarvel=T):(P.enableMarvel=T,T(null))}()}).call(this,n(3),n(2)(e))},function(e,t,n){"use strict";(function(e){var t=n(1),r=n(14),o=n(15),a=n(0),i=n(4);function s(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var l={};window.jsElementReady=(0,r.observeComponent)(window.BEJSSDKObserver=window.BEJSSDKObserver||{}),(0,o.linkBlockGeneratorComponent)(window.BELinkBlockGenerator||{}),function(r){r.ENVIRONMENT_PRODUCTION;var o=null,u=null,c=null,d=null,h=null,f=null,p=!0,g=!1,m=null,_=!1,v=[],E=[];function b(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=document.createElement("script");r.type="text/javascript",r.textContent=e,n&&r.classList.add(n),t.appendChild(r)}function T(){var e=t.SDKUtils.createCommentScript("be_ixf, sdk, gho",!0),n=!1;r.PAGE_HIDE_ORIGINALURL&&!i.Logger.debugMode&&(n=t.SDKUtils.getBooleanValue(r.PAGE_HIDE_ORIGINALURL)),e+='\n';var o="global";o="custom",e+='\n',r.IS_SPA&&(e+='\n'),e+='\n',n||(e+='\n'),e+='\n',e+='\n',null!=r.capsule&&(e+='\n',e+='\n');var s=v.length>0?"true":"false";return e+='\n'}function C(e){v.push(e)}function N(e,n,o,a,s,l,u){if(n){var c=t.SDKUtils.createCommentScript("be_ixf, bodystr, _body_opens");e.appendChild(c);var d=document.createElement("ul");d.setAttribute("id","be_sdkms_capsule"),d.setAttribute("style","display:none!important");var h=document.createElement("li");if(h.setAttribute("id","be_sdkms_capsule_index_time"),h.innerHTML=t.SDKUtils.convertToNormalizedGoogleIndexTimeZone((new Date).getTime(),"i"),d.appendChild(h),null!=r.capsule){var f=r.capsule.publishing_engine,p=f+"; "+f+"_"+r.capsule.capsule_version,g=document.createElement("li");g.setAttribute("id","be_sdkms_capsule_pub"),g.innerHTML=p,d.appendChild(g);var m=document.createElement("li");m.setAttribute("id","be_sdkms_capsule_date_modified"),m.innerHTML=t.SDKUtils.convertToNormalizedGoogleIndexTimeZone(r.capsule.date_published,"p"),d.appendChild(m)}e.insertBefore(d,e.firstChild)}var v=o+"; "+o+"_"+a+"; "+s;null!=l&&(v=v+"; "+l);var E=t.SDKUtils.convertToNormalizedTimeZone(u,"p");if("bodystr"===s){if(i.Logger.debugMode){var b=document.createElement("ul");b.setAttribute("id","be_sdkms_node"),b.setAttribute("style","display:none!important");var T=document.createElement("li");T.setAttribute("class","be_sdkms_pub"),T.innerHTML=v,b.appendChild(T);var C=document.createElement("li");C.setAttribute("class","be_sdkms_date_modified"),C.innerHTML=E,b.appendChild(C),e.appendChild(b)}var N=t.SDKUtils.createCommentScript("be_ixf, bodystr");e.appendChild(N)}else if(!_){var A="be_sdkms_pub: "+v+"\n";A+="be_sdkms_date_modified: "+E+"\n";var I=t.SDKUtils.createCommentScript(A,!0);e.insertAdjacentHTML("beforeend",I)}}function A(e){var n=t.SDKUtils.createCommentScript("be_ixf, sdk, is");e.appendChild(n);var a=document.createElement("ul");if(a.setAttribute("id","be_sdkms_capsule"),a.setAttribute("style","display:none!important"),v.length>0){var i=document.createElement("ul");i.setAttribute("id","be_sdkms_capsule_messages");for(var s=0;s","<script>")+"\n]]>\n",a.appendChild(h);var f=document.createElement("li");f.setAttribute("id","be_sdkms_capsule_profile");for(var p=0;p",'